.header_topline {
    width: 100%;
    min-width:1200px;
	padding: 0px;
	margin: 0px auto;
}
img {
	border-style:none;
	}

.header-inline-block{
	display: inline-block;
}
.header-menu-item a:before{
	position: relative;
	top: 6px;
	padding: 8px;width: 24px; height: 24px;
}

.header-menu-item[t=wx] a:before{
	content: url(../image/header-wx.png);
}
.header-menu-item[t=wb] a:before{
	content: url(../image/header-wb.png);
}
.header-menu-item[t=yx] a:before{
	content: url(../image/header-yx.png);
}
.header-menu-item[t=en] a:before{
	content: url(../image/header-en.png);
}
.header-menu-item[t=light] a:before{
	content: url(../image/light_gray.png);
}
.header-menu-item[t=wx] a:hover:before{
	content: url(../image/header-wx2.png);
}
.header-menu-item[t=wb] a:hover:before{
	content: url(../image/header-wb2.png);
}
.header-menu-item[t=yx] a:hover:before{
	content: url(../image/header-yx2.png);
}
.header-menu-item[t=en] a:hover:before{
	content: url(../image/header-en2.png);
}
.header-menu-item[t=light] a:hover:before{
	content: url(../image/light_on.png);
}
.header-menu-item a:hover{
	color: #1e5d92;
}
#wechatqr, #weiboqr{
	float: right;
	position: absolute;
	right: 430px;
	top: 40px;
	z-index: 1000;
	display: none;
	height: 110px;
}
#weiboqr {
	right: 320px;
}
#header-menu {
	background-color: #f4f4f4;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	width: 1180px;
	border-bottom: dashed 1px #c9c9c9;
}

#header-home-link {
	display: inline-block;float:left;
}

#header-home-link a {
	color: #afafaf;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}

#header-menu-items {
	display: inline-block;
	float: right;
	position: relative;
	right: 20px;
	height: 42px;
}

.header-menu-item {
	display: inline-block;
	padding-left: 15px;
}

.header-menu-item a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	float: right;
	position: relative;
	top: 2px;
	height: 40px;
}

.header-menu-item a img {
	height: 24px;
	line-height: 40px;
	vertical-align: middle;
	padding-right: 5px;
}

